home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / script.cst / 00004_ÅwÉ{É^ÉìÇ™âüÇŽÇÍÇýÇÁÅAèàóùǝÇÝÇÈÅBÅx.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  687 b   |  22 lines

  1. on someButton2
  2.   -- テゥgテ‡ツ「テッツセ -------------
  3.   -- if someButton2() then  テ…wテ閲テ運テ嘉ャテ‡邃「テ「テシテ‡ナステ‡テ催‡テステ‡テテ②ティテ テウテケテ‡ツ敕‡テ敕‡テ暗③テ…x
  4.   --   ティテ テウテケ
  5.   --     :
  6.   -- end if
  7.   
  8.   put item 1 of the name of cast the castNum of sprite clickOn() into cName
  9.   repeat while stillDown()
  10.     if rollOver(clickOn()) then
  11.       set the castNum of sprite clickOn() = the number of cast (cName & ",D")
  12.     else
  13.       set the castNum of sprite clickOn() = the number of cast (cName & ",1")
  14.     end if
  15.     updatestage
  16.   end repeat
  17.   set the castNum of sprite clickOn() = the number of cast (cName & ",1")
  18.   updatestage
  19.   if rollOver(clickOn()) then return TRUE
  20.   return FALSE  
  21. end someButton2
  22.